FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / ValueSet<T> Class / ToArray Method

In This Topic
    ToArray Method
    In This Topic
    Creates an array from this collection.
    Syntax
    'Declaration
     
    Public Function ToArray() As T()
    public T[] ToArray()

    Return Value

    An array that contains the objects in this collection.
    See Also